home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / networking / 3558 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.7 KB

  1. Path: mn5.swip.net!news
  2. From: roland.bengtsson@mbox3.swipnet.se (Roland Bengtsson)
  3. Newsgroups: comp.sys.amiga.networking
  4. Subject: Re: Internet Rookie Needs Help
  5. Date: 6 Apr 1996 18:51:41 GMT
  6. Organization: -
  7. Message-ID: <2298.6669T768T2546@mbox3.swipnet.se>
  8. References: <DpCvHA.5FI@on.bell.ca>
  9. NNTP-Posting-Host: dialup100-2-3.swipnet.se
  10. NNTP-Posting-User: 4df00b7c1808b5b2d7c0b0314e2df573
  11. X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
  12.  
  13.  
  14.  >:Keywords: 
  15.  >:Hi all, got an amiga and i want to subscribe to internet. I dont know
  16.  
  17. You have to get a proper Amitcp package and set it up.
  18.  
  19. AmiTCP-demo-40.lha comm/tcp   738K  70+TCP/IP protocol stack
  20.  
  21. This is the old and trusty one on Aminet.
  22.  
  23. You also have to made an agreement with a internet-provider to get a
  24. email-address and a password.
  25.  
  26. You don't said which country you are from but try to get Amiga Shopper.
  27. This contains a lot of tips and the latest number 62 go through the installation of amitcp.
  28.  
  29. > What do i need from my Internet Service Provider? What should i request
  30. > from them in terms of type of service?
  31.  
  32. Just full and reliable internet-access is enough.
  33.  
  34. Then, what do i need in terms of settingup a web browser?
  35.  
  36. Try Aweb from aminet, it doesn't need MUI and is stable. But you can't do so much as
  37. with IBrowse.
  38.  
  39. > But i think you need Amitcp/ip for it and i cant get Amitcp to work(I
  40. > dont even know if im running it properly)
  41.  
  42. I use ppp.device to establish connection with modem.
  43.  
  44. PPP1_45.lha        comm/net   111K  60+SANA-II PPP.device evaluation version
  45.  
  46. From aminet of course.
  47.  
  48. ping is a small program in amitcp:bin that checks connection.
  49.  
  50. EX:
  51.  
  52. ping localhost                 ; this call yourself and this should work :-)
  53. ping ftp.luth.se               ; this call a domain in scandinavia.
  54.  
  55. You get some timing-info if the connection is ok. Use then ctrl-c.
  56.  
  57. You can also make an agrrement and borrow an account from a friend who has a working connection.
  58.  
  59. You just need his username and password. If the provider use PPP use it!
  60. Then create a login script like this:
  61.  
  62. TIMEOUT 1500
  63. REDIAL "BUSY"
  64. REDIALDELAY 100
  65. SEND "AT&F1L1S11=60"
  66. WAIT "OK"
  67. SEND "ATDT035-2604900"
  68. WAIT "CONNECT"
  69. WAIT "Username:"
  70. SEND "s-27040"
  71. WAIT "Password:"
  72. SEND "xxx-xx-x"
  73. WAIT "Swipnet>"
  74. SEND "ppp default"
  75.  
  76.  
  77.  
  78.  
  79.  --
  80.                               \|/
  81. Thor 2.22 #1497               @ @
  82. +--------------------------oOO-(_)-OOo----------+
  83. | _ //       |                                  |
  84. | \X/        |Falkenberg, Westcoast of Sweden   |
  85. |A3000/10MB  |                                  |
  86. |280HD/28.8  |                                  |
  87. |GVP Spectrum|                                  |
  88. |AFS Pro     |Amiga-Programmer in C             |
  89. +------------+----------------------------------+
  90.  
  91. --
  92.  
  93.